projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48769a2
)
ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-eval
author
Patrice Chotard
<
[email protected]
>
Mon, 29 Apr 2019 16:16:53 +0000
(18:16 +0200)
committer
Patrice Chotard
<
[email protected]
>
Mon, 6 May 2019 07:50:27 +0000
(09:50 +0200)
As n25q512a qspi flash supports quad input fast program and
quad input fast read, set spi-tx_bus-width and spi-rx_bus-width
to 4.
Signed-off-by: Patrice Chotard <
[email protected]
>
arch/arm/dts/stm32746g-eval-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32746g-eval-u-boot.dtsi
b/arch/arm/dts/stm32746g-eval-u-boot.dtsi
index 58c6adbf3a748ce103d81aa524a7aac6b5605b52..d5fb92795d6653d957951ed481a3973838050ffc 100644
(file)
--- a/
arch/arm/dts/stm32746g-eval-u-boot.dtsi
+++ b/
arch/arm/dts/stm32746g-eval-u-boot.dtsi
@@
-183,8
+183,8
@@
#size-cells = <1>;
compatible = "jedec,spi-nor";
spi-max-frequency = <108000000>;
- spi-tx-bus-width = <
1
>;
- spi-rx-bus-width = <
1
>;
+ spi-tx-bus-width = <
4
>;
+ spi-rx-bus-width = <
4
>;
reg = <0>;
};
};